Skip to main content

All Questions

Tagged with
0 votes
1 answer
133 views

Export all saved wifi passwords from win 8 to external storage (usb)

Is there a command which I can use in command prompt to save all wifi passwords (on al interfaces) to an external usb? win 8.1
Zombie Killer's user avatar
2 votes
2 answers
534 views

Windows equivalent of $ in unix commands

I am following a documentation and executing some commands in Windows 10 command prompt. I have executed the first two commands using setx, since setx is the Windows' equivalent for export and when I ...
chink's user avatar
  • 121
16 votes
4 answers
106k views

Equivalent of export command in Windows

I am following a documentation and executing some commands in Windows 10 command prompt: export OPENAI_LOG_FORMAT='stdout,log,csv,tensorboard' export OPENAI_LOGDIR=path/to/tensorboard/data ...
singh adi's user avatar
  • 171
0 votes
1 answer
72 views

How does EXPORT work?

I tried to use export to set a PATH. But, I can not understand how it works? This is my command: export PATH=.:$PATH So how it works? and What does PATH look like? Thanks
Haniz's user avatar
  • 3
9 votes
1 answer
2k views

FarManager 3: export settings AND history

To export and to import configs in FarManager 3.x i can use command "far /export settings.xml" and "far /import settings.xml". It also saves and restores my plugins settings. But what if i want, for ...
Пегасище's user avatar
2 votes
1 answer
5k views

Export a csv file to multiple csv files with batch command

I have a 100 line csv file, with 5 values per line. I am looking for a way to export each line to its own csv file adding a 2 line header to each. I have used the split command seen elsewhere to ...
sagac's user avatar
  • 21
1 vote
1 answer
1k views

reg export excluding specific by name

i must export a set of registry keys only if the keyname not include a specific word ex: reg export "HKLM\SYSTEM\CurrentControlSet\Control\Print\Monitors\Standard TCP/IP Port\Ports" if the name of ...
Antonio 's user avatar
2 votes
1 answer
1k views

Exporting AWS instance

I am trying to export my Amazon EC2 instance to a my S3 bucket as a VMware image. I have successfully set up Amazon CLI tools, added my credentials and can run commands. I am using http://docs.aws....
HelloWorld's user avatar
1 vote
1 answer
1k views

Mac OS X 10.6: run particular command line at terminal start up

I use mercurial and I need to run the command line below each time I open Terminal. export PATH="/usr/local/bin:$PATH" Is there any way to add this command line to Terminal start-up? So I don't have ...
art.mania's user avatar
  • 213
8 votes
3 answers
81k views

How to export a directory list from command prompt?

I have a folder full of media that I want to export to a list (csv, doc, xml, whatever...). When I navigate in Command Prompt to that folder, I can use dir to display the files in that directory. I ...
GiH's user avatar
  • 4,027