Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

smd111

GameEx Founding Member
  • Posts

    131
  • Joined

  • Last visited

smd111's Achievements

Ultimate GameEx Guru!

Ultimate GameEx Guru! (4/5)

1

Reputation

  1. oh sorry here clipboardpaste.bat "[ROMPATH]\[ROMFILE]" i had to change mine to this to get the correct folder names because i compress all my multi disk games and use gameex to open them no change to the bat file and the commands are echo -- not sure what this does set/p= -- set with option p %~1 -- this is the var you send it clip -- this directs it to the clipboard
  2. this might give people the wrong idea clipboardpaste.bat = echo|set/p=%~1|clip in the first line thay know that this is the way it goes or thay might actualy put clipboardpaste.bat = echo|set/p=%~1|clip in the bat file so it should be this clipboardpaste.bat echo|set/p=%~1|clip
  3. does the windo that opens allow you to type in the location and name of the file and does it start on that section here is an image: http://s9.postimg.org/9d5zrr9ov/Untitled.png here is my bat file http://www.filedropper.com/clipboardpaste
  4. yup yup,yup [MENU, VK_F] opens the file menu,[CONTROL, VK_V] = ctrl+v
  5. thats why i had to do it the way i did this sends the whole file location to the clipboard so it can be pasted to the typed input in the file selection screen example: c:\somthing\thisthing\a.rom
  6. is there a way to have gameex extract files from an archive to a specific folder?? not in the temp folder and when the enu closes delete them from the comp??
  7. EDIT i finaly got what i wanted to do i created this bat file (needs to be in the SwitchDisc (and maybe the working) directory) clipboardpaste.bat echo|set/p=%~1|cliphere is my SwitchDisc config for ePSXe <EmulatorName>ePSXe</EmulatorName> <WorkingPath>C:\Emulators\ePSXe</WorkingPath> <ArtworkPath></ArtworkPath> <RomPath>C:\Roms\Sony Playstation\Roms\working</RomPath> <RomsInSubDir>false</RomsInSubDir> <SwitchDiscCmd>clipboardpaste.bat "[ROMFILE]"</SwitchDiscCmd> <KeysBeforeGUI><EPSXE_ESCAPE>, |500|</KeysBeforeGUI> <KeysBeforeSwitch></KeysBeforeSwitch> <KeysAfterSwitch>|1000|, [MENU, VK_F], DOWN, DOWN, DOWN, DOWN, RIGHT, DOWN, RETURN, |500|, [CONTROL, VK_V], RETURN</KeysAfterSwitch> <UseVirtualDrive>false</UseVirtualDrive> <VirtualDrive i:nil="true" />this only works if your game files are in the same folder as your rom path
  8. some ware in the settings you should see a way to change the controler settings just remove the one for exit thi this migh need to be done for each emu in you list im not sure i cant help any farther then this because my gaming comp is down for repairs right now
  9. i figured it out i forgot to use this option in my bat -w "C:\Emulators\ePSXe" i.e. start "" "C:\Users\<omited>\Desktop\SwitchDisc-1.0.3\SwitchDisc.exe" -w "C:\Emulators\ePSXe" -f "Final Fantasy IX[Disc1of4].mdx"
  10. ok i have run in to another problem when i run directly it works just fine but not when i run it from gameex what i mean is that when run from gameex it wont change my disk or control epsxe this is my before bat for ffix start "" "C:\Users\<omited>\Desktop\SwitchDisc-1.0.3\SwitchDisc.exe" -f "Final Fantasy IX[Disc1of4].mdx"start "" "C:\Program Files (x86)\DAEMON Tools Pro\DTAgent.exe" -mount scsi, 0,"E:\Roms\Sony Playstation\Roms\compressed cds\Final Fantasy IX[Disc1of4].mdx"REGEDIT /S "E:\Roms\Sony Playstation\Roms\reg files\Final Fantasy IX.REG"here is my log file
  11. ok it working thx(i finaly did get the last one to work but to do so i had to right click and run as admin even tho i am admin and have it to ware all apps started by admin are fully elevated) one question do you plan to add a process check (what i mean is to watch the process thats called when using virtual drives) the reason i ask is as it stands right now i have to add a 6000 wait before the disk is fully changed(i think its because im using the pro advanced verision) just so you know you cannot have the pro adv and the light installed on the same comp at the same time also im not sure why but this is the only commands i can use to change disks from SwitchDisc(this is for Daemon Pro Adv) start "" "C:\Program Files (x86)\DAEMON Tools Pro\DTAgent.exe" -mount scsi, 0,"[DISCPATH]\[DISCFILE]" (if i try to use this without {start "" } it will not change the disk but with it it will) or "[DISCPATH]\[DISCFILE]" -EDIT- to not have 2 posts
  12. here is my log 12/8/2012 4:39:11 AM SwitchDisc logging initialized12/8/2012 4:39:11 AM Processing SwitchDisc command options...12/8/2012 4:39:11 AM Command options parsed successfully:12/8/2012 4:39:11 AM DiscID =12/8/2012 4:39:11 AM DiscFile =12/8/2012 4:39:11 AM EmulatorID =12/8/2012 4:39:11 AM WorkingPath =12/8/2012 4:39:11 AM ArtPath =12/8/2012 4:39:11 AM FullScreen = False12/8/2012 4:39:11 AM NoGUI = False12/8/2012 4:39:11 AM Exit = False12/8/2012 4:39:11 AM Parsing SwitchDisc configuration from file12/8/2012 4:39:11 AM Registering SwitchDisc HotKey12/8/2012 4:39:11 AM Registering SwitchDisc Interface Keys12/8/2012 4:39:11 AM Options do not match the existing configuration. SwitchDisc will attempt to load entire configuration12/8/2012 4:39:11 AM Could not determine currently loaded disc12/8/2012 4:39:11 AM Overriding NoGUI settings. Initializing to FALSE12/8/2012 4:39:29 AM Initializing SwitchDisc GUI12/8/2012 4:39:29 AM Initializing SwitchDisc Target Window: ePSXe - Enhanced PSX emulator12/8/2012 4:39:29 AM Invoking Send Keys Before GUI12/8/2012 4:39:29 AM Simulating modified key stroke: [MENU, RETURN]12/8/2012 4:39:29 AM Pausing thread: 500ms12/8/2012 4:39:30 AM Invoking special operation: ePSXe Escape12/8/2012 4:39:30 AM WARNING: Console command may fail: nextDisc is NULL12/8/2012 4:39:30 AM Initializing SwitchDisc Target Window: ePSXe - Enhanced PSX emulator12/8/2012 4:39:30 AM SwitchDisc GUI: Custom default artwork path is invalid!:12/8/2012 4:39:30 AM SwitchDisc GUI: Initializing default artwork path: E:\Roms\Sony Playstation\Roms\SwitchDisc-1.0.3\images\12/8/2012 4:39:30 AM SwitchDisc GUI: Initializing ePSXe artwork path: E:\Assets\Sony_Playstation\Box12/8/2012 4:39:30 AM SwitchDisc GUI: Initializing currently loaded disc12/8/2012 4:39:30 AM SwitchDisc GUI: Currently loaded disc not found. Initializing loaded disc to position 012/8/2012 4:39:31 AM SwitchDisc GUI initialized sucessfully12/8/2012 4:39:33 AM Invoking SwitchDisc12/8/2012 4:39:33 AM Copy Next Disc File Name to Clipboard: E:\Roms\Sony Playstation\Roms\compressed cds12/8/2012 4:39:33 AM Setting target window as foreground window: ePSXe - Enhanced PSX emulator12/8/2012 4:39:33 AM Invoking Send Keys Before Disc Switch12/8/2012 4:39:33 AM Invoking special operation: ePSXe Escape12/8/2012 4:39:33 AM Console command parsed successfully: E:\Roms\Sony Playstation\Roms\SwitchDisc-1.0.3\utils\epsxe_escape.exe12/8/2012 4:39:33 AM Invoking Virtual Drive configuration settings12/8/2012 4:39:33 AM Console command parsed successfully: "E:\Roms\Sony Playstation\Roms\compressed cds\Final Fantasy IX[Disc1of4].mdx"12/8/2012 4:39:33 AM Invoking Virtual Drive command: "E:\Roms\Sony Playstation\Roms\compressed cds\Final Fantasy IX[Disc1of4].mdx"12/8/2012 4:39:36 AM ERROR: Process must exit before requested information can be determined.12/8/2012 4:39:36 AM Virtual Drive command was flagged as unsucessful12/8/2012 4:39:36 AM Invoking Send Keys After Disc Switch12/8/2012 4:39:36 AM Pausing thread: 4000ms12/8/2012 4:39:40 AM Invoking special operation: ePSXe Escape12/8/2012 4:39:40 AM Console command parsed successfully: E:\Roms\Sony Playstation\Roms\SwitchDisc-1.0.3\utils\epsxe_escape.exe12/8/2012 4:39:40 AM Simulating modified key stroke: [MENU, VK_F]12/8/2012 4:39:40 AM Pausing thread: 500ms12/8/2012 4:39:41 AM Simulating single key stroke: DOWN12/8/2012 4:39:41 AM Pausing thread: 500ms12/8/2012 4:39:41 AM Simulating single key stroke: DOWN12/8/2012 4:39:41 AM Pausing thread: 500ms12/8/2012 4:39:42 AM Simulating single key stroke: DOWN12/8/2012 4:39:42 AM Pausing thread: 500ms12/8/2012 4:39:42 AM Simulating single key stroke: DOWN12/8/2012 4:39:42 AM Pausing thread: 500ms12/8/2012 4:39:43 AM Simulating single key stroke: RIGHT12/8/2012 4:39:43 AM Pausing thread: 500ms12/8/2012 4:39:43 AM Simulating single key stroke: RETURN12/8/2012 4:39:43 AM Pausing thread: 500ms12/8/2012 4:39:44 AM Simulating single key stroke: RETURN12/8/2012 4:39:44 AM SwitchDisc GUI: Closing GUI12/8/2012 4:39:54 AM Cleaning up image cache12/8/2012 4:39:54 AM Exiting SwitchDisc ... Bye-EDIT-just so you know the reason i have [DISCPATH]\[DISCFILE] is because the .mdx file will change the disk loaded just by running it tho i can change it to this "C:\Program Files (x86)\DAEMON Tools Pro\DTAgent.exe" -mount scsi, 0,"[DISCPATH]\[DISCFILE]"
  13. for some reason it still not working for me here is my Config could win7ult x64 have an issue with this???
×
×
  • Create New...